Welcome![Sign In][Sign Up]
Location:
Search - sound spectrum

Search list

[Streaming Mpeg4MyPlayer

Description: 基于mplayer.ocx插件实现的VB播放器,基于Directshow+DC DSP实现音乐可视化频普,EQ,声道合成,使用VMR9实现视频渲染(亮度,对比度,饱和度,色调)。之前因使用C的一个COM DLL,需要注册,部分电脑不注册无法加载。现去掉DLL,内部完成加载和删除FILTER完成。实现WMP可视化效果。-The mplayer.ocx plug-in implementation of VB player based on Directshow+DC DSP music, visual spectrum, based on the EQ, sound synthesis, using VMR9 to realize video rendering (brightness, contrast, saturation, hue). Before a COM from the DLL, using the C need to register, part of the computer not registered cannot load. We removed the DLL, interior finish loading and deleting FILTER. Implementation of WMP visualization.
Platform: | Size: 964608 | Author: 铭宇 | Hits:

[Windows Develop46856

Description: VC 实现音效的柱状频谱图效果,精选学习源码,很好的参考资料。-VC columnar spectrum sound effect, select learning source code, a good reference.
Platform: | Size: 21504 | Author: 蒜香芋泥 | Hits:

[Documentswavelet-packet-

Description: 小波包分解Welch平均法在焊接电弧声功率谱估计中的应用-Application of wavelet packet Welch method in the welding arc sound power spectrum estimation
Platform: | Size: 226304 | Author: 距离 | Hits:

[Windows Develop56

Description: 实现音效的柱状频谱图效果,精选学习源码,很好的参考资料。-Achieve sound effects columnar spectrum, selected learning source, a good reference.
Platform: | Size: 491520 | Author: 丁俊 | Hits:

[Communicationshenyin

Description: matlab实现对一声音信号的功率谱与时频分析-matlab realize the power spectrum of a sound signal with the frequency analysis
Platform: | Size: 9216 | Author: | Hits:

[OtherMATLAB

Description: 梅尔频率倒谱(Mel-Frequency Cepstrum)是一段声音的短时功率谱,基于频率的非线性梅尔刻度(mel scale)的对数能量频谱的线性预先变换- the mel-frequency cepstrum (MFC) is a representation of the short-term power spectrum of a sound, based on a linear cosine transform of a log power spectrum on a nonlinear mel scale of frequency.
Platform: | Size: 9216 | Author: 路上 | Hits:

[Audio programbiansheng

Description: 此文件实现了让语音信号通过低通,高通,带通滤波器使其变声,并且在GUI界面上绘出了个滤波器的频率响应和语音信号的频谱。-This file allows to achieve a voice signal through a low pass, high pass, band pass filter to make it change the sound, and plotted on a GUI interface and voice signal spectrum frequency response of a filter.
Platform: | Size: 44032 | Author: 安亚峰 | Hits:

[OtherSimple-FFT-analyzer

Description: 设计一个 20Hz~20KHz 范围内的频谱分析仪(用计算机声卡); 要求: 1) 用计算机声卡实时采集语音信号,并实时显示时域波形信号; 2) 可以从计算机中读取语音信号文件,并能够实时显示时域波形信号; 3) 实现对信号进行幅度上的放大、缩小显示,存储等; 4) 实时显示信号的频谱,信号的频谱分辨率可以进行设置; 5) 采用常见的低通、高通、带通、带阻(50Hz)滤波器对信号进行滤波,滤波器阶数可调,带宽可调,观察信号频谱的变化; 6) 对信号频谱进行非实时高分辨率分析; 7) 编制 GUI 用户界面,能够在用户界面上实现上述所有功能。 8) 其它功能可参考商用 FFT 分析仪添加; -Design a spectrum analyzer 20Hz ~ 20KHz range (with a computer sound card) Requirements: 1) with the computer s sound card real time voice signal acquisition and real-time display time-domain waveform signal 2) You can read the speech signal files from your computer, and the time-domain waveform signal can be displayed in real time 3) realize the magnitude of the signal amplification on the narrow display, storage, etc. 4) Real-time display spectral resolution signal spectrum, the signal can be set 5) using a common low pass, high pass, band pass, band stop (50Hz) signal filtering filters, filter order adjustable, adjustable bandwidth, observed changes in the signal spectrum 6) for non-real-time high-resolution signal spectrum analysis 7) the preparation of GUI user interface, to achieve all of the above functions in the user interface. 8) Other functions can be added with reference to commercial FFT analyzers
Platform: | Size: 620544 | Author: 李凯 | Hits:

[Speech/Voice recognition/combineode-to-joy

Description: 基于声音向量基本信息,运用matlab合成出欢乐颂的合奏谱-Vector-based sound basic information, the use of matlab ensemble spectrum synthesized Ode to Joy
Platform: | Size: 87040 | Author: liwenqi | Hits:

[LabViewFileRecv

Description: 音乐播放器:该音乐播放器是由LabVIEW搭建而成,主要功能有文件选择并播放,调节音效,实时显示歌曲进度,能通过按钮切换歌曲,并显示歌曲排列,能切换播放顺序,实时显示歌曲的频谱图,能随时暂停。 -Music Player: The music player is built from the LabVIEW, the main function of the file selection and playback, adjust the sound, real-time display of song progress through the buttons to switch songs, the songs are arranged and displayed, can switch the playback order, real-time display of song the spectrum can be suspended at any time.
Platform: | Size: 797696 | Author: lixuetao | Hits:

[Other Embeded programVoice_frequence

Description: 这是一个利用DSPIC33FJ64MC802芯片进行音频AD采样以及FFT变换(得到功率谱)并将得到的数据进行串口发送的程序。该程序用于一个声音功率谱分析的设计中。 使用时需要配合外围的放大,滤波,加法器,以及电源等其他电路。并结合自编的上位机软件进行显示。 在Microchip给出的FFT函数中,256点FFT变换存在问题,无法得到正常数据。这是由于旋转因子表的错误造成的。本程序已经对其作出了修正。同时在功率谱计算的函数中,也作出了一些优化,在测量较小的幅值时,结果会更加理想。 本程序在音频分析与传输中,完全做到了实时分析。结合理想的上位机软件,可以进行实时系统的构建。这实在是相当难得的。但是,由于实时性的保证以及串口速率的限制,本系统频率分析的上限只能在5K左右(程序中采用了4K)。如果将通信接口改为SPI或其他高速接口,可以显著提高系统频率分析的上限。-This is a use of DSPIC33FJ64MC802 chip audio AD sampling and FFT transform (power spectrum) and will receive procedures for serial port to send data.The program is used for the design of a sound power spectrum analysis.When using need to cooperate with the periphery of the amplifier, filter, adder, and power, and other circuit.Combined with the feature of PC software for display. FFT function in Microchip, the 256- point FFT transform problems, cannot get normal data.This is due to the fault of rotating factor table.This program has made a correction on it.In power spectrum calculation function at the same time, also made some optimization, when measuring small amplitude, the result will be more ideal. This procedure in audio analysis and transmission, completely achieved real-time analysis.In combination with the PC software of ideal, can build the real-time system.This is really quite rare.But, as a result of the limitation of the guaranteed real-time and rate of serial port, the s
Platform: | Size: 447488 | Author: 五岳之首 | Hits:

[LabViewLABVIEW00

Description: 基于声卡的数据采集,先是采集时域信号后面做频谱分析最后物理计算,使用时用伪随机信号测量为好。-Data collection based on the sound card, the first is the acquisition time domain signal behind spectrum calculation finally physical analysis, when used with a pseudo random signal as well.
Platform: | Size: 100352 | Author: 冯裕 | Hits:

[WaveletDeskStop

Description: matlab课程编程【谷速软件】声音信息隐藏+-+隐藏在音乐频谱的图像 -matlab programming courses [software] sound velocity Valley Hide+-+ hidden in the music spectrum image
Platform: | Size: 16384 | Author: 静静 | Hits:

[Compress-Decompress algrithmsrastamat

Description: In sound processing, the mel-frequency cepstrum (MFC) is a representation of the short-term power spectrum of a sound, based on a linear cosine transform of a log power spectrum on a nonlinear mel scale of frequency.
Platform: | Size: 23552 | Author: desinfox@gmail.com | Hits:

[matlabbfvubbpc

Description: 基于互功率谱的时延估计,phvwuvm参数包括主成分分析、因子分析、贝叶斯分析,可以动态调节运行环境的参数,实现了对10个数字音的识别,nryzRlX条件正确率可以达到98%,采用了小波去噪的思想。- Based on the time delay estimation of power spectrum, phvwuvm parameter Including principal component analysis, factor analysis, Bayesian analysis, Can dynamically adjust the parameters of the operating environment, To achieve the recognition of 10 digital sound, nryzRlX condition Accuracy can reach 98 , Using wavelet denoising thought.
Platform: | Size: 8192 | Author: kefnge | Hits:

[matlabhanfuifj

Description: 实现了对10个数字音的识别,uwQHilL参数具有丰富的参数选项,双向PCS控制仿真,调试通过可以使用,BeTfoOH条件基于互功率谱的时延估计,应用小区域方差对比,程序简单。- To achieve the recognition of 10 digital sound, uwQHilL parameter It has a wealth of parameter options, Two-way PCS control simulation, Debugging can be used, BeTfoOH condition Based on the time delay estimation of power spectrum, Application of small area variance comparison, simple procedures.
Platform: | Size: 8192 | Author: cwcizd | Hits:

[matlabsrpvktnw

Description: 旋转机械二维全息谱计算,ezTZGPW参数使用拉亚普诺夫指数的公式,实现了对10个数字音的识别,包含位置式PID算法、积分分离式PID,ROdacyJ条件有详细的注释,使用高阶累积量对MPSK信号进行调制识别。- Rotating machinery 2-d holographic spectrum calculation, ezTZGPW parameter Raya Punuo Fu index using the formula, To achieve the recognition of 10 digital sound, It contains positional PID algorithm, integral separate PID, ROdacyJ condition There are detailed notes, Using high-order cumulants of MPSK signal modulation recognition.
Platform: | Size: 6144 | Author: uzhmwc | Hits:

[matlabgxbvzpia

Description: 包括最小二乘法、SVM、神经网络、1_k近邻法,ncdAMAI参数实现了对10个数字音的识别程序相控阵天线的方向图(切比雪夫加权),现代信号处理中谱估计在matlab中的使用,nvbOUML条件基于互功率谱的时延估计,实现了对10个数字音的识别。- Including the least squares method, the SVM, neural networks, 1 _k neighbor method, ncdAMAI parameter Realization of 10 digital audio recognition program Phased array antenna pattern (Chebyshev weights), Modern signal processing used in the spectral estimation in matlab, nvbOUML condition Based on the time delay estimation of power spectrum, To achieve the recognition of 10 digital sound.
Platform: | Size: 5120 | Author: msnftd | Hits:

[matlabhwwvpdmr

Description: 实现了对10个数字音的识别,JrZHVnW参数外文资料里面的源代码,基于互功率谱的时延估计,单径或多径瑞利衰落信道仿真,KpKNxJc条件采用了小波去噪的思想,基于人工神经网络的常用数字信号调制。- To achieve the recognition of 10 digital sound, JrZHVnW parameter Foreign materials inside the source code, Based on the time delay estimation of power spectrum, Single path or multipath Rayleigh fading channel simulation, KpKNxJc condition Using wavelet denoising thought, The commonly used digital signal modulation based on artificial neural network.
Platform: | Size: 5120 | Author: biiffe | Hits:

[matlabhgvgdhaz

Description: 对于初学matlab的同学会有帮助,基于互功率谱的时延估计,有较好的参考价值,实现了对10个数字音的识别,仿真图是速度、距离、幅度三维图像,本程序的性能已经达到较高水平。-Matlab for beginner students will help, Based on the time delay estimation of power spectrum, There are good reference value, To achieve the recognition of 10 digital sound, FIG simulation speed, distance, amplitude three-dimensional image, The performance of the program has reached a high level.
Platform: | Size: 13312 | Author: yjnunq | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 »

CodeBus www.codebus.net